Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / ShapeActionsCommand Constructor / ShapeActionsCommand Constructor(Shape[],Actions)
The drawing objects to process.
The action agains the drawing object.


In This Topic
    ShapeActionsCommand Constructor(Shape[],Actions)
    In This Topic
    Initializes a new instance of the ShapeActionsCommand class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal drawingObjects() As Shape, _
       ByVal action As ShapeActionsCommand.Actions _
    )
    'Usage
     
    
    Dim drawingObjects() As Shape
    Dim action As ShapeActionsCommand.Actions
     
    Dim instance As New ShapeActionsCommand(drawingObjects, action)
    public ShapeActionsCommand( 
       Shape[] drawingObjects,
       ShapeActionsCommand.Actions action
    )

    Parameters

    drawingObjects
    The drawing objects to process.
    action
    The action agains the drawing object.
    See Also